home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / e.dxr / 00011_TowQTLoop for E.ls < prev    next >
Encoding:
Text File  |  1996-02-15  |  355 b   |  15 lines

  1. global sQTSPRITE
  2.  
  3. on exitFrame
  4.   if the movieRate of sprite sQTSPRITE then
  5.     go(the frame)
  6.   else
  7.     stopsound("E01drive.aif")
  8.     go("KeyFrame")
  9.     set objsToDel to [#transCarDashView, #carDashPict, #carMap]
  10.     DelObjects(objsToDel)
  11.     set the castNum of sprite sQTSPRITE to the number of cast "QTPlaceholder"
  12.     setSoundState(#play)
  13.   end if
  14. end
  15.